google.golang.org/grpc.serverStream.trInfo (field)

19 uses

	google.golang.org/grpc (current package)
		server.go#L1604: 		trInfo:                trInfo,
		server.go#L1614: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1615: 					ss.trInfo.tr.SetError()
		server.go#L1617: 				ss.trInfo.tr.Finish()
		server.go#L1618: 				ss.trInfo.tr = nil
		server.go#L1741: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1742: 			ss.trInfo.tr.SetError()
		server.go#L1760: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		stream.go#L1602: 	trInfo                *traceInfo
		stream.go#L1665: 		if ss.trInfo != nil {
		stream.go#L1667: 			if ss.trInfo.tr != nil {
		stream.go#L1669: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1671: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1672: 					ss.trInfo.tr.SetError()
		stream.go#L1750: 		if ss.trInfo != nil {
		stream.go#L1752: 			if ss.trInfo.tr != nil {
		stream.go#L1754: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1756: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1757: 					ss.trInfo.tr.SetError()